Spread Windows Forms 12.0 Product Documentation
AddRange(Object[]) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemCollectionInfo Class > AddRange Method : AddRange(Object[]) Method
An object array added into the collection.
Adds subitems in the specified collection to the end of the collection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal subItems() As Object _
) 
'Usage
 
Dim instance As SubItemCollectionInfo
Dim subItems() As Object
 
instance.AddRange(subItems)
public void AddRange( 
   object[] subItems
)

Parameters

subItems
An object array added into the collection.
See Also

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members
Overload List